/* sdcmpi.cpp by K.Tsuru */ // function ID 3505 DRADIX, constant pi /********************** pi by Machin's formula ***********************/ #ifndef SN_H #include "sn.h" #endif SDouble MachinPi(){ SDecimal b; b = BMachinPi(); return b.ConvToDec(); }